projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93be67d
)
(point-at-eol, point-at-bol): New aliases.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 16 Aug 1999 20:57:24 +0000
(20:57 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 16 Aug 1999 20:57:24 +0000
(20:57 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 04b840e882fc0c14b7f78a6260d3ead533fb894c..0d918e10dd5892a60fb47c3bdd6aef2b06245578 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-557,6
+557,8
@@
Please convert your programs to use the variable `baud-rate' directly."
(defalias 'search-backward-regexp (symbol-function 're-search-backward))
(defalias 'int-to-string 'number-to-string)
(defalias 'store-match-data 'set-match-data)
+(defalias 'point-at-eol 'line-end-position)
+(defalias 'point-at-bol 'line-beginning-position)
;;; Should this be an obsolete name? If you decide it should, you get
;;; to go through all the sources and change them.